Fix cursor drawing on stretch glyphs in R2L lines.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Aug 2010 12:55:04 +0000 (15:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Aug 2010 12:55:04 +0000 (15:55 +0300)
commit32e9d047afaf17b110ad9fda5199eef91ada8a45
treead8168d5bffca390e6232c6475697774704cb979
parentad5d496e24b27a9df5b4431439b9aea4b58abdea
Fix cursor drawing on stretch glyphs in R2L lines.

 xterm.c (x_draw_stretch_glyph_string):
 w32term.c (x_draw_stretch_glyph_string): In R2L rows, display the
 cursor on the right edge of the stretch glyph.
 xdisp.c (window_box_right_offset, window_box_right): Fix commentary.
src/ChangeLog
src/w32term.c
src/xdisp.c
src/xterm.c